FormTabCycle Property
Specifies how the consumer responds when the user presses the TAB key in the controls in a form. The behavior of the consumer depends on whether the form is bound to a data source.
The defined valuesare:
-current: If a user presses the TAB key in the last control of the form, the focus moves to the first control specified in the tab order of the same form. If the form is data aware, then the current row of the result set subject to the form is not changed.
-page: If a user presses the TAB key in the last control of a form, the focus moves to the first control specified in the tab order for the next form.
-records: If a user presses the TAB key in the last control of the form, the focus moves to the first control specified in the tab order of the same form. If the form is data aware, then the current row of the result set subject to the form moves to the next row.
Namespace: Independentsoft.Office.Odf.FormsAssembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
public TabCycle TabCycle { get; set; }
Public Property TabCycle As TabCycle
Get
Set
Property Value
TabCycle